From Java to Javascript? [duplicate]

Posted by theGreenCabbage on Programmers See other posts from Programmers or by theGreenCabbage
Published on 2013-10-25T20:34:39Z Indexed on 2013/10/25 22:09 UTC
Read the original article Hit count: 214

Filed under:
|

This question already has an answer here:

I am primarily a Java programmer. Because of its OO principles and the general paradigm of Java programming, like wrapping things in static variables, and having things return specific types, heavily aids me in "visualizing" a program. Instead of thinking of a big program, I can, instead, focus on smaller organized parts of my eventual program, and add functionality and build up from there.

Thus, I have trouble programming in other languages. Or at least, I have not been able to program in the same ability as I do in Java compared to other languages.

I know Javascript has OO principles, so I'd like to learn this language in a OO-based like I would program with Java. Is this possible?

© Programmers or respective owner

Related posts about java

Related posts about JavaScript